UserRepository

interface UserRepository

Functions

Link copied to clipboard
abstract fun findByUsername(username: String?): User?